Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ActionResult<T> Structure / Range Property


In This Topic
Range Property (ActionResult<T>)
In This Topic
Gets the corresponding range of the action.
Syntax
'Declaration
 
Public ReadOnly Property Range As Reference
 
'Usage
 
Dim instance As ActionResult(Of T)
Dim value As Reference
 
value = instance.Range

Property Value

The corresponding range of the action.
See Also